home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat España 27
/
MacFormat n. 27 (Spain)
/
Mac Format 26.bin
/
Shareware
/
Programación
/
Find Icon
/
Fat code resource builder
/
FatCodeResource.r
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1997-01-25
|
446 b
|
14 lines
#include "MixedMode.r"
type 'PROC' as 'sdes';
resource 'PROC' (128, "Find_icon") {
$FE0, // 68K ProcInfo
$FE0, // PowerPC ProcInfo
$$Resource("::Rsrcs:Find_icon68K.rsrc", 'PROC', 128), // Specify filename, type, and ID of resource
// containing 68k code
$$Resource("::Rsrcs:Find_iconPPC.rsrc", 'PROC', 128) // Specify filename, type, and ID of resource
// containing a pef container
};